func github.com/go-pg/pg/v10/orm.callBeforeInsertHook
3 uses
github.com/go-pg/pg/v10/orm (current package)
hook.go#L150: func callBeforeInsertHook(ctx context.Context, v reflect.Value) (context.Context, error) {
hook.go#L157: return callHookSlice(ctx, slice, ptr, callBeforeInsertHook)
model_table_struct.go#L209: return callBeforeInsertHook(ctx, m.strct.Addr())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)